home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / tbbs / ll_110.zip / DEMO1.CFG < prev    next >
Text File  |  1996-05-27  |  2KB  |  67 lines

  1. ;                             DEMO1.CFG
  2. ;                             =========
  3. ;
  4. ;                Demo configuration file #1 for LOGLIST.
  5. ;
  6. ;       (This demo lists the user's #, name, location, and phone #)
  7. ;
  8. ;-----------------------------------------------------------------------------
  9. ;
  10. ; Column 1 of the file defines what that line is:
  11. ;
  12. ;   U or u  - path & filename of your USERLOG.BBS file  (max 50 chars)
  13. ;   O or o  - path & filename of the output file        (max 50 chars)
  14. ;   L or l  - path & filename of the log file           (max 50 chars)
  15. ;   F or f  - a file header line                        (max 120 chars x 10 )
  16. ;   P or p  - a page header line                        (max 120 chars x 5 )
  17. ;   R or r  - restrictions on who gets listed           (fixed format}
  18. ;   D or d  - a data field                              (max 50 chars)
  19. ;   S or s  - a space setting                           (1 to 255)
  20. ;   T or t  - a tab setting                             (1 to 255)
  21. ;   M or m  - lines after which to insert a "%MORE%"    (1 to 255)
  22. ;   X or x  - special options                           (as needed)
  23. ;   ;       - reserved as comment line
  24. ; (anything else is ignored, but could get used in future versions)
  25. ;
  26. ;
  27. ; This file may contain a total maximum of 200 "d", "s", or "t" items.
  28. ;
  29. ;-----------------------------------------------------------------------------
  30. ;
  31. ; file locations:
  32. uc:\tbbs\run\userlog.bbs
  33. odemo1.txt
  34. lerrorlog.txt
  35. ;
  36. ; 20 lines per screen
  37. m20
  38. ;
  39. ; file header
  40. fThis is the output from Paul Blitz' LogList program
  41. f---------------------------------------------------
  42. f#   Name & Location                              Phone #
  43. f-   ---------------                              -------
  44. ;
  45. ; page header
  46. p#   Name & Location                              Phone #
  47. p-   ---------------                              -------
  48. ;
  49. ; data fields
  50. ;i%X3E%
  51. d%recno%
  52. t4
  53. s1
  54. d%NAME%
  55. d%X3F%
  56. v calling 
  57. s1
  58. vfrom %location%
  59. d%X3E%
  60. t49
  61. d %Phone%
  62. ;
  63. ; end of config file.
  64. ;
  65. ;ps: watch out if you print this file, as any embedded control characters
  66. ;    (eg formfeed) will affect the printing!!!!!
  67.